This notebooks had been tested with the following library versions
In [1]:
import sklearn as sk
import numpy as np
import matplotlib
import IPython
In [2]:
print sk.__version__
print np.__version__
print matplotlib.__version__
print IPython.__version__